Opc.Ua.Core
GetNotifiers(ISystemContext,IList<Notifier>,NodeId,Boolean) Method



Opc.Ua Namespace > NodeState Class > GetNotifiers Method : GetNotifiers(ISystemContext,IList<Notifier>,NodeId,Boolean) Method
Returns any notifiers with the specified notifier type (NodeId) and direction.
Syntax
'Declaration
 
Public Overloads Overridable Sub GetNotifiers( _
   ByVal context As ISystemContext, _
   ByVal notifiers As IList(Of NodeState.Notifier), _
   ByVal notifierTypeId As NodeId, _
   ByVal isInverse As Boolean _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim notifiers As IList(Of NodeState.Notifier)
Dim notifierTypeId As NodeId
Dim isInverse As Boolean
 
instance.GetNotifiers(context, notifiers, notifierTypeId, isInverse)

Parameters

context
notifiers
notifierTypeId
isInverse
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members
Overload List